PDF4Java Reference Documentation
com.o2sol.pdf4java.content.analyzers Package / PDFPageContentAnalysis Class / analyzeSetFillColorSpaceOperator Method
ID of the colorspace in the Resources dictionary
The colorspace object
In This Topic
    analyzeSetFillColorSpaceOperator Method
    In This Topic
    Called when cs operator is found.
    Syntax
    public void analyzeSetFillColorSpaceOperator( 
       PDFCosName cosColorSpaceID,
       PDFColorSpace colorSpace
    )

    Parameters

    cosColorSpaceID
    ID of the colorspace in the Resources dictionary
    colorSpace
    The colorspace object
    See Also